home *** CD-ROM | disk | FTP | other *** search
/ C/C++ Users Group Library 1996 July / C-C++ Users Group Library July 1996.iso / vol_200 / 224_01 / strings.hlp < prev    next >
Text File  |  1985-12-31  |  384b  |  10 lines

  1. NAME:
  2.     strings  -  search a file for character strings
  3.     
  4. USAGE:
  5.     strings [ -n ] file_list
  6.     
  7.     The input files are searched for character strings that have a length 
  8.     of 'n' characters or more.  The strings are output on the standard output.
  9.     The default length is 8 characters.
  10.